home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / showdown_noel.swf / scripts / DefineSprite_37 / frame_4 / DoAction.as
Text File  |  2007-01-15  |  161b  |  9 lines

  1. if(mcAd.getBytesTotal() != 0 && mcAd.getBytesLoaded() == mcAd.getBytesTotal())
  2. {
  3.    gotoAndStop("showAd");
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.